projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
56eb72a
)
(unidata.txt): Use ARGQUOTE and DQUOTE macros.
author
Jason Rumney
<jasonr@gnu.org>
Mon, 4 Feb 2008 11:22:25 +0000
(11:22 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Mon, 4 Feb 2008 11:22:25 +0000
(11:22 +0000)
admin/unidata/makefile.w32-in
patch
|
blob
|
history
diff --git
a/admin/unidata/makefile.w32-in
b/admin/unidata/makefile.w32-in
index 6135a5a05e2b8c9994f71668374534139e13f278..4a7ba1acb77fad016cb8e15506f996cd1de0518f 100644
(file)
--- a/
admin/unidata/makefile.w32-in
+++ b/
admin/unidata/makefile.w32-in
@@
-32,7
+32,9
@@
all: $(DSTDIR)/charprop.el
$(RUNEMACS) -f batch-byte-compile $<
unidata.txt: UnicodeData.txt
- sed -e "s/\([^;]*\);\(.*\)/(#x\1 \"\2\")/" -e "s/;/\" \"/g" < $< > $@
+ sed -e \
+ $(ARGQUOTE)s/\([^;]*\);\(.*\)/(#x\1 $(DQUOTE)\2$(DQUOTE))/$(ARGQUOTE)\
+ -e $(ARGQUOTE)s/;/$(DQUOTE) $(DQUOTE)/g$(ARGQUOTE) < $< > $@
charprop-SH: unidata-gen.elc unidata.txt
ELC=$(CURDIR)/unidata-gen.elc; \